home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Programming IDEs / Easy Syntex / Data1.cab / EasySyntax.exe / 0 / RCDATA / TFRMSPLASH / TFRMSPLASH.txt < prev   
Encoding:
Text File  |  2003-04-16  |  1.4 KB  |  69 lines

  1. object frmSplash: TfrmSplash
  2.   Left = 310
  3.   Top = 276
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   BorderWidth = 2
  7.   Caption = 'frmSplash'
  8.   ClientHeight = 241
  9.   ClientWidth = 342
  10.   Color = clBlack
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   OldCreateOrder = False
  18.   Position = poDesktopCenter
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object imgSplash: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 353
  26.     Height = 257
  27.     Picture.Data = {<image000.bmp>}
  28.   end
  29.   object Shape1: TShape
  30.     Left = 14
  31.     Top = 201
  32.     Width = 322
  33.     Height = 46
  34.     Pen.Color = clWhite
  35.   end
  36.   object lblTitle: TLabel
  37.     Left = 16
  38.     Top = 208
  39.     Width = 152
  40.     Height = 32
  41.     Caption = 'EasySyntax'
  42.     Color = clWhite
  43.     Font.Charset = DEFAULT_CHARSET
  44.     Font.Color = 7091212
  45.     Font.Height = -27
  46.     Font.Name = 'Century Gothic'
  47.     Font.Style = [fsBold]
  48.     ParentColor = False
  49.     ParentFont = False
  50.     Transparent = True
  51.   end
  52.   object lblVersion: TLabel
  53.     Left = 243
  54.     Top = 221
  55.     Width = 51
  56.     Height = 13
  57.     Alignment = taRightJustify
  58.     Caption = '??.??.??'
  59.     Color = clWhite
  60.     Font.Charset = DEFAULT_CHARSET
  61.     Font.Color = clNavy
  62.     Font.Height = -11
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = [fsBold]
  65.     ParentColor = False
  66.     ParentFont = False
  67.   end
  68. end
  69.